Skip to main content
PUT
[Autenticado] Atualizar um post

Autorizações

Authorization
string
header
obrigatório

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Parâmetros de caminho

postId
string<uuid>
obrigatório

Corpo

application/json
postId
string<uuid>
content
string | null
htmlContent
string | null
rawContent
string | null
title
string | null
isPrivate
boolean
allowComments
boolean
tags
string[] | null
groupId
string<uuid> | null
imageIds
string<uuid>[] | null
videoIds
string<uuid>[] | null
attachmentIds
string<uuid>[] | null
mediaAssetIds
string<uuid>[] | null

Resposta

200

OK